home *** CD-ROM | disk | FTP | other *** search
/ Postcard CD: Niagara Parks / Postcard CD: Niagara Parks (2004).iso / mac / IntroMov.dxr / 00005.ls < prev    next >
Encoding:
Text File  |  2001-12-19  |  107 b   |  10 lines

  1. global system
  2.  
  3. on exitFrame me
  4.   if system = 1 then
  5.     go(1, "mov")
  6.   else
  7.     go(1, "mov2")
  8.   end if
  9. end
  10.